home *** CD-ROM | disk | FTP | other *** search
- // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
- /* $Id: COMDXF.r 1.2 1997/04/09 01:15:29 damien Exp $ */
-
- #ifndef __TYPES.R__
- #include "Types.r"
- #endif
-
- #ifndef __XAPI.R__
- #include "XApi.r"
- #endif
-
- include "COMDXF.rsc";
-
- resource 'COMP' (128) {
- '3Dou',
- 'CODX',
- "DXF Export",
- "COM Examples",
- 0x40000,
- "4.0.0",
- "TOOLKIT Example",
- 9
- };
-
- resource 'PMAP' (128) {
- {
- 'none', 'long',
- }
- };
-
- resource 'Cmpp' (128) {
- '3Dou',
- 'CODX',
- isAlienType,
- 'ttxt', // creator
- {
- 'DXF ', // Reference
- "DXF", // Name
- {'TEXT' }, // List of MacOS types
- {'DXF ' }, // List of extensions
- };
- };
-
- data 'GUID' (128) {
- $"A75A F500 3A02 101C 885F 0402 1C00 7002"
- $"5C96 01AB 7CC3 101C 885F 0402 1C00 7002"
- };
-